gtk: remove all border_width handling from the button box
authorMichael Natterer <mitch@gimp.org>
Sun, 31 Oct 2010 19:16:19 +0000 (20:16 +0100)
committerMichael Natterer <mitch@gimp.org>
Sun, 31 Oct 2010 19:16:19 +0000 (20:16 +0100)
commitd1a58b78bea1e4603ffca81670ab7b83c1e8ad2b
tree5e748712300c296048c267075ae18ee3033fb6c3
parent476b4c248c60f8529237373560b2b34ea1ea3f16
gtk: remove all border_width handling from the button box

and let GtkContainer do the job; fixes doubled border widths. GtkBox
did already delegate border handling to Gtkcontainer, which interacted
badly with a subclass that didn't.
gtk/gtkbbox.c